home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cix.compulink.co.uk!usenet
- From: henri@cix.compulink.co.uk ("Henry Andrew")
- Subject: Re: two tricky questions
- Message-ID: <DKLzyq.M1u@cix.compulink.co.uk>
- Organization: IBM
- References: <4c6v9u$jdl@news.xmission.com>
- Date: Wed, 3 Jan 1996 14:23:14 GMT
- X-News-Software: Ameol
-
- >define a copy constructor, so the compile will generate one that does a
- >memberwise ( or bitwise ) assignment of the original to the copy. This is
-
- sorry to be a pedant but C++ does not do a bitwise copy is a default copy
- ctor. It does a memberwise copy.
-
- Yours &c. Henry
-